Skip to content

Implement Git-mastery REPL#55

Merged
jovnc merged 14 commits intogit-mastery:mainfrom
jiaxinnns:feat/repl
Mar 16, 2026
Merged

Implement Git-mastery REPL#55
jovnc merged 14 commits intogit-mastery:mainfrom
jiaxinnns:feat/repl

Conversation

@jiaxinnns
Copy link
Contributor

@jiaxinnns jiaxinnns commented Feb 17, 2026

This comment was marked as resolved.

Copy link
Collaborator

@jovnc jovnc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 2 potential issues.

View 6 additional findings in Devin Review.

Open in Devin Review


Gemfile.lock

# AI settings
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.claude should be shared in the repository, but for this PR we can leave it out for now

return self.do_exit(_arg)


@click.command()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we already support gitmastery, I think it's ok to remove support for gitmastery repl to avoid confusion

app/cli.py Outdated

def start() -> None:
commands = [check, download, progress, setup, verify, version]
commands = [check, download, progress, repl, setup, verify, version]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
commands = [check, download, progress, repl, setup, verify, version]
commands = [check, download, progress, setup, verify, version]

@jovnc jovnc merged commit d9b1e91 into git-mastery:main Mar 16, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

REPL for Git-Mastery

3 participants